home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / jikes.lha / jikes-1.11 / src / README < prev    next >
Text File  |  1999-08-23  |  2KB  |  37 lines

  1. This directory contains the source for the IBM Research Jikes
  2. Compiler, licensed under IBM Public License Version 1.0 - Jikes
  3. Compiler, contained in the file ../license.htm.
  4.  
  5. If you are building Jikes on a Unix-based system, then try
  6.  
  7.     ./configure; make
  8.  
  9. The file ./configure was generated by the autoconf program using the
  10. files ./configure.in and ./Makefile.in as inputs. If you have problems
  11. with above and also have a copy of autoconf on your system, then you can
  12. try
  13.  
  14.     autoconf; ./configure; make
  15.  
  16. If you are building Jikes on system not based on Unix, the file
  17. ./Makefile.hand contains a makefile with a number of clauses at the start
  18. giving the options needed for several systems.  All the clauses have
  19. been commented out. You need to uncomment the clause for your system
  20. before using this file, or create a clause using the ones available as
  21. a guide.
  22.  
  23. Complete program source is enclosed. However, note that some of the
  24. files are machine-generated. Any changes that require edits to the
  25. file ./java.g will also require you to obtain a copy of the Jikes
  26. Parser Generator (jikespg) from http://ibm.com/research/jikes. See the
  27. section on compiling Jikes in the file ../jikes.htm for more
  28. information.
  29.  
  30. You can also obtain set of test programs (jikestst) from
  31. http://ibm.com/research/jikes.
  32.  
  33. If you have further questions, you can consult the archives of the
  34. Jikes mailing lists, or subscribe to the Jikes list and then seek
  35. help. See http://ibm.com/research/jikes/subscribe for information on
  36. subscribing to the mailing lists.
  37.